avcodec/libx265: unbreak build for X265_BUILD >= 213
authorGyan Doshi <ffmpeg@gyani.pro>
Sat, 5 Oct 2024 04:38:31 +0000 (10:08 +0530)
committerSebastian Ramacher <sramacher@debian.org>
Fri, 21 Feb 2025 12:16:27 +0000 (13:16 +0100)
commit979dcadb63d404be0d6d259f3a268f5a399437cb
tree61039e66a435e1d64278085c8c5cb1a229e141de
parent2c6e34c0c960878d624af23d2215fb0aea7644d9
avcodec/libx265: unbreak build for X265_BUILD >= 213

Earlier, x265 made an API change to support alpha and
other multiple layer pictures. We added guards to accommodate
that in 1f801dfdb5

They have now reverted that API change in
https://bitbucket.org/multicoreware/x265_git/commits/78e5b703b1

Updated our wrapper guards to unbreak build again.

Gbp-Pq: Name 0007-avcodec-libx265-unbreak-build-for-X265_BUILD-213.patch
libavcodec/libx265.c